setCmykStrokeColor Method
In This Topic
Sets the current colorspace for stroke operations to DeviceCMYK and sets the current CMYK color. Operator: K
Syntax
public void setCmykStrokeColor(
double ,
double ,
double ,
double
)
|
Parameters
- c
- Cyan level.
- m
- Magenta level
- y
- Yellow level
- k
- Black level
See Also